home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / packer / arc / ash.ini < prev    next >
Encoding:
Text File  |  1987-05-27  |  263 b   |  8 lines

  1. set PATH="c:\bin;$PATH"
  2. echo "PATH=$PATH"
  3. set F1='ls -l\012'         # F1 executes a 'ls -l'
  4. set F2='df -t\012'         # F2 executes a 'df -t'
  5. set F3='set ECHO=off\012'  # F3 turns off echoing
  6. set F4='set ECHO=on\012'   # F4 turns on echoing
  7. set ECHO=on
  8. ə